CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - edge opencv

搜索资源列表

  1. perimeter-calculation

    0下载:
  2. 在opencv环境中对图像边缘进行提取,并对图像周长进行计算-Extracting an image edge opencv environment, and Zhou Chang the image is calculated
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:5216256
    • 提供者:云飞
  1. edge

    0下载:
  2. 基于opencv的图像边缘检测程序,非常好用,值得借鉴-Based on opencv image edge detection procedures, very easy to use, worth learning
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:cyan
  1. edge

    0下载:
  2. 本程序为基于opencv平台的图像边缘检测小程序,采用c++编写(Image edge detection applet)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:2400256
    • 提供者:mlnnf518
  1. PSOIZFR49

    0下载:
  2. 用于边缘检测的程序,86年canny算法,不错的源码(Canny algorithm is used for edge detection procedures, 86, a good source)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:6144
    • 提供者:沈然凤
  1. Suktable_cocumentation_the

    0下载:
  2. Suitable for seed - vpm642 edge detection of the source code and documentation,
  3. 所属分类:OpenCV

    • 发布日期:2017-12-22
    • 文件大小:480256
    • 提供者:邵圣雄
  1. test

    0下载:
  2. 实现了opencv中的图像处理代码,图像滤波,形态学运算,图像的边缘检测(Realize the opencv image processing code, image filtering, morphological operations, image edge detection)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-20
    • 文件大小:5478400
    • 提供者:宋乐
  1. 40701459

    0下载:
  2. edge-based active contour segmentation good(The edge - -based active contour segmentation is good)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:15360
    • 提供者:IPCelz
  1. opencv_day05

    0下载:
  2. 关于opencv中图像边缘检测和图像识别的代码(About OpenCV image edge detection and image recognition code)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-22
    • 文件大小:18802688
    • 提供者:宋乐
  1. HNY_CV_002

    0下载:
  2. 实时显示双目视频,对采集的视频进行canny边缘检测。(Real time display of binocular video, canny video acquisition of edge detection.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-23
    • 文件大小:3578880
    • 提供者:robinzzz
  1. desbructor

    0下载:
  2. 该程序首先利用小波变换,最终实现图象边缘效果增强的功能(, the program first, the wavelet transform is used to achieve the function of the image edge is enhanced)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:zradx
  1. Canny边缘检测

    0下载:
  2. 基于opencv库,使用vs2015,Canny边缘算子 的应用(Based on the opencv library, the use of vs2015, Canny edge operator)
  3. 所属分类:OpenCV

  1. ADPluginEdge-master

    0下载:
  2. An EPICS areaDetector plugin to perform edge detection using the OpenCV Canny function.
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:15360
    • 提供者:穿山甲说
  1. ImageEdgeDetection-master

    0下载:
  2. The goal of this project was to create an edge detection software without using too much of the OpenCV library. We programed everything from scratch except for the Mat class that we use to store images. A report and a powerpoint in french are also
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:8590336
    • 提供者:穿山甲说
  1. cartoonifier_desktop-master

    0下载:
  2. A simple program that uses Laplacian edge detection and bilateral filters in OpenCV to "cartoonify" a webcamera's stream.
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:95232
    • 提供者:穿山甲说
  1. AutoCanny-master

    0下载:
  2. Zero-parameter, automatic Canny edge detection with C++ and OpenCV. This is a conversion of Adrian Rosebrock's python scr ipt to c++. Everything is contained in the include folder in auto_canny.h There's an simple code in src/main.cpp to rea
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:穿山甲说
  1. allstep

    0下载:
  2. 基于opencv的滤波、反色、边缘检测、形状匹配。(Opencv filtering, edge detection, color and shape matching based on.)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:11935744
    • 提供者:ME_Gao
  1. canny_detect

    0下载:
  2. 用PYthon实现Canny算法,对影像进行边缘提取(This code can get object edge through canny algorithm. It is written in Python language.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-04
    • 文件大小:6144
    • 提供者:白日烟火
  1. Edge detection

    0下载:
  2. 目标检测首先利用统计的方法得到背景模型,并实时地对背景模型进行更新以适应光线变化和场景本身的变化,用形态学方法和检测连通域面积进行后处理,消除噪声和背景扰动带来的影响,在HSV色度空间下检测阴影,得到准确的运动目标。(object detectWe use statistical methods to obtain the background model, and real-time of the background model is updated to adapt to illumina
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:3885056
    • 提供者:科研666
  1. video1

    0下载:
  2. 视频处理,基于opencv+visual Stadio 的视频采集以及边缘检测算法对视频的处理。(Video processing, video acquisition based on opencv+visual Stadio and the processing of video by edge detection algorithm.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:溫可言
  1. contour

    0下载:
  2. 边缘检测,轮廓提取基本操作,VS 2013 64位仅供学习(Edge detection, outline extraction basic operation, VS 201364 bits for learning only)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:4840448
    • 提供者:wkhno
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 22 »
搜珍网 www.dssz.com